home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / ToolBar.nib / data.classes next >
Text File  |  1993-06-05  |  314b  |  25 lines

  1. DPAcceptPanel = {
  2.     OUTLETS = {
  3.     theMatrix;
  4.     };
  5.     SUPERCLASS = DPPanel;
  6. };
  7. DPPanel = {
  8.     SUPERCLASS = Window;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. ToolBar = {
  16.     OUTLETS = {
  17.     window;
  18.     matrix;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. DPButton = {
  23.     SUPERCLASS = Button;
  24. };
  25.